home *** CD-ROM | disk | FTP | other *** search
/ PCGUIA 117 / PC Guia 117.iso / Software / Produtividade / Software2 / Product4 / Setup.exe / drupal-4.6.0 / scripts / cron-lynx.sh < prev    next >
Encoding:
Linux/UNIX/POSIX Shell Script  |  2001-10-16  |  78 b   |  3 lines

  1. #!/bin/sh
  2. /usr/bin/lynx -source http://yoursite.com/cron.php > /dev/null 2>&1
  3.